@import url("font-awesome.min.css");
@import url("menu.css");
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	color:#555;
	font-family:"Microsoft YaHei", "微软雅黑";
	background-color: #FFFFFF;
	line-height:24px; overflow-x:hidden;
}
input,button,textarea,select{font-family:"Microsoft YaHei", "微软雅黑";}
UL {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,dd,dl,dt,ol{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
::selection {
color:#fff; background-color:#1A71DD;
}
::-moz-selection {
color:#fff; background-color:#1A71DD;
}
::-webkit-selection {
color:#fff; background-color:#1A71DD;
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}
img{ border:0px;}
#headt{
	width:100%;
	float:left;
	height:35px; background-color:#F3F2F2;
	 min-width:1200px; border-bottom:#eee solid 1px;
	}
#head{
	width:100%;
	float:left;
	background-color:#F9F9F9;
	min-width:1200px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
}
#dh{
	width:100%;
	float:left;
	min-width:1200px; background-color:#1A71DD;
}
#flash{
	width:100%;
	float:left;
 min-width:1200px;
}
#nyweb{
	width:100%;
	float:left;
	background-color:#F3F2F2;
	min-width:1200px;
	padding-top:30px;
	padding-bottom:30px;	

}
#ljso{
	width:100%;
	float:left;
	height:40px;
	background-color:#fff; border-bottom:#ddd solid 1px;min-width:1200px; 
}
.hyweb { width:100%; height:600px; position: relative; overflow:hidden; }
.hyweb li{ width:100%; height:600px;
	background-repeat: no-repeat;
	background-position: center top; text-align:center;
}
.hyweb li img{ border:0px;  width:100%; height:360px}
.hyweb li A{ width:100%;height:600px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num { width:100%; left:0px; bottom:15px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 10;	}
.hyweb .num li {display:inline-block;
	text-align:center;
	width:25px;
	height: 25px;
	line-height:25px;
	overflow:hidden;
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:hidden; transition:all 0.3s ease-in-out 0s;border-radius:2px;
}
.hyweb .num li.on { background-color:#1A71DD; color:#fff;} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:600px;
	position: absolute;
	filter: Alpha(Opacity=60);
-moz-opacity:0.6; 		opacity:0.6;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(lefta.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(righta.png);	
}
#hyweb{ width:100%; float:left; padding-top:25px; padding-bottom:25px; min-width:1200px; overflow:hidden;}
#hyweb_1{
	width:100%;
	float:left;
	background-color:#EEF0F5;
	min-width:1200px;
	padding-top:50px;
	padding-bottom:50px;
 
}
#hyweb_2{
	width:100%;
	float:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:35px;
 min-width:1200px; overflow:hidden;
}
#hyweb_3{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	min-width:1200px;
}
#hyweb_4{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:40px;
	min-width:1200px;
	background-image: url(in_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;overflow:hidden;
}
#body_1{width:1200px; margin-left:auto; margin-right:auto;}
#dibu{
	width:100%;
	float:left;
	background-color:#1A71DD;	


}
#dibu_1{
	width:100%;
	float:left;
padding-top:10px;
	padding-bottom:15px; background-color:#F3F2F2;


}
#t1{ width:1200px; float:left; line-height:35px; color:#555; font-size:14px;}

#t1 .left{
	float:left;
	width:700px;
	float:left;
	}
#t1 .right{  float:right; text-align:right;}
#t1 .right span{ font-size:14px;}
#t1 A{color:#555; float:left; line-height:35px;}
#t1  i{ margin-left:12px; margin-right:12px;}
#t1 A.fd{ position:relative; height:35px; cursor:pointer; z-index:10}
#t1 A.fd .pic{ position:absolute; left:0px; top:-35px; height:0px; overflow:hidden; filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#t1 A.fd .pic img{ width:100px; height:100px;}
#t1 A:hover{color:#1A71DD;}
#t1 A.fd:hover .pic{ top:35px; filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1; height:auto;}
#top{
	width:1200px;
	float:left; padding-top:25px; padding-bottom:25px;

}

#logo{
	float:left;
	overflow:hidden;  padding-right:25px;background-image: url(sx.png);
	background-repeat: no-repeat;
	background-position: right center;

}
#logo img{ float:left; height:57px; border:0px;}
#wzjc{
	float:left;
	 padding-left:25px;
}
#wzjc p{ font-size:18px; color:#333; font-weight:bold; text-align:left; line-height:26px;}
#wzjc p span{ color:#E00C19; font-size:16px;}
#tel{ float:right; 	background-image: url(hdPhoen_ico.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:65px;}
#tel .name{
	text-align:left;
	font-size:14px;
	line-height:15px;
 color:555; margin-top:6px;
}
#tel .f22{
	font-family:"Times New Roman", Times, serif;
	font-size: 26px; line-height:36px;
	color:#FF4A00; font-weight:bold;
	}
#weso{ width:1200px; float:left; line-height:40px; height:40px; font-size:13px; color:#1A71DD;}
#weso A{ color:#555; font-size:12px; padding-left:6px; padding-right:6px;}
#weso A:hover{ color:#1A71DD}
#weso .left{ width:870px; float:left;}
#weso .left b{ color:#1A71DD;}
#weso .right{ width:300px; float:right;}
  #search{
	width:300px;
	float:right;
	border:0px;
	height:30px;
	background-image: url(search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#weso #search{margin-top:6px;}
#contain-1-2 #search{margin-top:6px;}
#search .input{
	width:200px;
	color:#999;
	padding-left:20px;
	padding-right:10px;
	height:28px;
	line-height:22px;
	font-size:12px;
	float:right;
	font-family:"Microsoft YaHei", "微软雅黑", "黑体";
	border:0px;
	border-right:0px;
	background:none;outline:none;
}
#search .buttom{
	width:60px;
	height:30px;
	cursor:pointer;
	border:0px;
	background:none;
	margin:0px;
	padding:0px;
	float:right;
}

#bottom{
	width:1200px;
	float:left;
	text-align:center;
	line-height:22px;

}
#bottom .footer {
	HEIGHT: 52px; width:1200px; float:left;
}
#bottom .footer UL {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 52px;
	text-align:center;
	font-size: 14px;
	color: #fff;
}
#bottom .copyright { width:1200px; float:left; 
	LINE-HEIGHT: 28px;
color: #555; 
}
#bottom .copyright .bq{ width:550px; float:left; text-align:left; font-size:13px; line-height:25px; margin-top:10px; border-left:#ddd solid 1px; padding-left:20px; margin-left:20px;}
#bottom .copyright .emw{ width:100px; float:right;}
#bottom .copyright .emw img{ width:100px; height:100px}
#bottom .copyright .emw p{ text-align:center; color:#555; line-height:30px; font-size:12px;}
#bottom .copyright .tel{ margin-left:150px;
	float:left;
	margin-top:30px;
	background-image: url(header_tel.png);
	background-repeat: no-repeat;
	background-position: left 10px; padding-left:60px; line-height:36px; font-size:24px;color:#FF4A00; font-weight:bold; text-align:left;
}
#bottom .copyright .tel p{ line-height:22px; color:#555; font-size:14px; font-weight:normal;}
#bottom .copyright A{ color:#555;}
#bottom .footer UL LI {
	DISPLAY: inline;
	font-size: 14px;
	color: #fff;
}
#bottom .footer UL LI A {
	MARGIN: 0px 8px; color: #fff;}
#bottom .footer UL LI A:hover {
	color:#fff;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color:#555;
}
a:visited {
	text-decoration: none;
	color:#555;
}
a:hover {
	color:#1A71DD;
}
.hg2{ margin-top:25px;}
.hg{ margin-top:15px;}
.hg1{ margin-top:20px;}
.yb_conct {
	transition:0.3s; top: 207px; right: -127px; position: fixed; z-index: 9999999; cursor: pointer;
}
.yb_bar ul li {
	font: 16px/53px "Microsoft YaHei"; border-radius: 3px; transition:0.5s; width: 180px; height: 53px; color: rgb(255, 255, 255); text-indent: 54px; overflow: hidden; margin-bottom: 3px; font-size-adjust: none; font-stretch: normal;
}
.yb_bar .yb_top {
	background: url("fixCont.png") no-repeat 0px 0px rgb(255, 74, 0);
}
.yb_bar .yb_phone {
	background: url("fixCont.png") no-repeat 0px -57px rgb(255, 74, 0);
}
.yb_bar .yb_QQ {
	background: url("fixCont.png") no-repeat 0px -113px rgb(255, 74, 0); text-indent: 0px;
}
.yb_bar .yb_ercode {
	background: url("fixCont.png") no-repeat 0px -169px rgb(255, 74, 0);
}
.hd_qr {
	padding: 0px 29px 25px;
}
.yb_QQ a {
	width: 100%; height: 100%; color: rgb(255, 255, 255); text-indent: 54px; display: block;
}
